Fix trailing comma on enumeration. (#54071)
authorOwen Taylor <otaylor@redhat.com>
Thu, 3 May 2001 09:38:45 +0000 (09:38 +0000)
committerOwen Taylor <otaylor@src.gnome.org>
Thu, 3 May 2001 09:38:45 +0000 (09:38 +0000)
Thu May  3 05:36:06 2001  Owen Taylor  <otaylor@redhat.com>

        * pixbuf.h: Fix trailing comma on enumeration. (#54071)

modules/engines/pixbuf/ChangeLog
modules/engines/pixbuf/pixbuf.h

index fdd47e2230a5239f3202263ddc243324b97a69b3..6b7737ba200090efe3234eaccb40ecbdde04493c 100644 (file)
@@ -1,3 +1,7 @@
+Thu May  3 05:36:06 2001  Owen Taylor  <otaylor@redhat.com>
+
+        * pixbuf.h: Fix trailing comma on enumeration. (#54071)
+
 2001-03-05  Michael Natterer  <mitch@gimp.org>
 
        * src/pixbuf-draw.c: made the "parent_class" pointer static.
index 9296a7def0101f8505595be5c84a1e5f2ab47974..908e0177bc692bc68112df433976ef6224ba7417 100644 (file)
@@ -94,7 +94,7 @@ enum
   TOKEN_ETCHED_OUT,
   TOKEN_ORIENTATION,
   TOKEN_HORIZONTAL,
-  TOKEN_VERTICAL,
+  TOKEN_VERTICAL
 };
 
 typedef enum